home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / teachrea.sit / Teaching to Read / card_10155.txt < prev    next >
Text File  |  1988-11-14  |  5KB  |  243 lines

  1. -- card: 10155 from stack: in
  2. -- bmap block id: 8256
  3. -- flags: 0000
  4. -- background id: 2576
  5. -- name: Snow White
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=240 top=299 right=337 bottom=295
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27056 / 27056
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Hello!
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put any line of field 1 of card "People" into temp1
  23.   put temp1 && any line of field 1 of card "verbs" into temp2
  24.   put temp2 && any line of field 1 of card "adverbs" into temp3
  25.   put temp3 & "." into temp
  26.   put temp into card field "Sentence" of card 4
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (field)
  32. -- low flags: 00
  33. -- high flags: 4001
  34. -- rect: left=129 top=54 right=290 bottom=398
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 183
  39. -- text size: 48
  40. -- style flags: 0
  41. -- line height: 64
  42. -- part name: Sentence
  43.  
  44.  
  45. -- part 5 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=435 top=275 right=341 bottom=498
  49. -- title width / last selected line: 65535
  50. -- icon id / first selected line: -15421 / 50115
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Very Good!
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   play "applause"
  60.   hide card field "Sentence" in card 5
  61.   go to card 5
  62.   put any line of field 1 of card "Compliments" into card field "Great"
  63.   show card field "Great"
  64.   show card field "Thanks"
  65. end mouseUp
  66.  
  67.  
  68.  
  69.  
  70.  
  71. -- part 6 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=42 top=288 right=330 bottom=82
  75. -- title width / last selected line: 65535
  76. -- icon id / first selected line: -15422 / 50114
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: New Button
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   play "boing"
  86.   put any line of field 1 of card "Try" into card field "Try Again"
  87.   show card field "Try Again"
  88.   show card field "OK"
  89.  
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (field)
  95. -- low flags: 81
  96. -- high flags: 0004
  97. -- rect: left=408 top=112 right=188 bottom=506
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 21
  102. -- text size: 18
  103. -- style flags: 0
  104. -- line height: 24
  105. -- part name: Great
  106.  
  107.  
  108. -- part 9 (field)
  109. -- low flags: 81
  110. -- high flags: 0004
  111. -- rect: left=442 top=190 right=241 bottom=506
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 21
  116. -- text size: 18
  117. -- style flags: 2048
  118. -- line height: 24
  119. -- part name: thanks
  120. ----- HyperTalk script -----
  121. on mouseup
  122.   hide card field "Great"
  123.   hide card field "Thanks"
  124.   show card field "Sentence"
  125.   put "Next..." into card field "Sentence"
  126.  
  127. end mouseup
  128.  
  129.  
  130. -- part 10 (field)
  131. -- low flags: 81
  132. -- high flags: 0004
  133. -- rect: left=17 top=111 right=193 bottom=112
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 21
  138. -- text size: 18
  139. -- style flags: 0
  140. -- line height: 24
  141. -- part name: Try Again
  142.  
  143.  
  144. -- part 11 (field)
  145. -- low flags: 81
  146. -- high flags: 0004
  147. -- rect: left=47 top=200 right=230 bottom=111
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 1
  151. -- font id: 21
  152. -- text size: 18
  153. -- style flags: 2048
  154. -- line height: 24
  155. -- part name: OK
  156. ----- HyperTalk script -----
  157. on mouseup
  158.   hide card field "Try Again"
  159.   hide card field "OK"
  160.  
  161. end mouseup
  162.  
  163.  
  164. -- part 13 (button)
  165. -- low flags: 00
  166. -- high flags: 0000
  167. -- rect: left=3 top=1 right=34 bottom=40
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 1020 / 1020
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: New Button
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   Visual Effect Dissolve
  179.   go to card "Tips"
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 14 (button)
  185. -- low flags: 00
  186. -- high flags: 0000
  187. -- rect: left=244 top=0 right=37 bottom=282
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 20098 / 20098
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: Go back home
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   visual effect venetian blinds to white
  199.   visual effect venetian blinds to card
  200.   go home
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part contents for card part 8
  206. ----- text -----
  207. Super!
  208.  
  209. -- part contents for card part 9
  210. ----- text -----
  211. Thank You
  212.  
  213. -- part contents for card part 11
  214. ----- text -----
  215. OK
  216.  
  217. -- part contents for card part 10
  218. ----- text -----
  219. Keep at it!
  220.  
  221. -- part contents for background part 1
  222. ----- text -----
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238. show menubar
  239.  
  240.  
  241. -- part contents for card part 4
  242. ----- text -----
  243. She saw  happily.